1 /********************************** Module Header **********************************\
2 * Module Name: Program.cs
3 * Project: CSExtractAudioFile
4 * Copyright (c) Microsoft Corporation.
6 * The Program.cs file is automatically generated as the entry point of the program.
8 * This source is subject to the Microsoft Public License.
9 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
10 * All other rights reserved.
12 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
13 * EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
14 * MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
15 \***********************************************************************************/
18 using System
.Windows
.Forms
;
21 namespace CSExtractAudioFile
26 /// The main entry point for the application.
31 Application
.EnableVisualStyles();
32 Application
.SetCompatibleTextRenderingDefault(false);
33 Application
.Run(new MainForm());